home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11007 < prev    next >
Encoding:
Text File  |  2002-07-05  |  3.2 KB  |  124 lines

  1. <html>
  2.  
  3. <head>
  4. <link REL="stylesheet" TYPE="text/css" HREF="%14css/default.css">
  5. </head>
  6.  
  7. <script language="javascript">
  8. function selectAll(type)
  9. {
  10.    // type="report" or "subfolder"
  11.    if (type == "report")
  12.    {
  13.       if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
  14.         window.parent.frames['content_frame'].selectAll();
  15.       else
  16.         return;
  17.    }
  18.    else
  19.    {
  20.     if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
  21.         window.parent.frames['content_frame'].selectAll();
  22.     else
  23.         return;
  24.    }
  25. }
  26.  
  27. function deselectAll(type)
  28. {
  29.    if (type == "report")
  30.    {
  31.      if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
  32.         window.parent.frames['content_frame'].deselectAll();
  33.      else
  34.         return;
  35.    }
  36.    else
  37.    {
  38.      if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
  39.         window.parent.frames['content_frame'].deselectAll();
  40.      else
  41.         return;
  42.    }
  43. }
  44.  
  45. function moveSelected(type)
  46. {
  47.    if (type == "report")
  48.    {
  49.      if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
  50.         window.parent.frames['content_frame'].moveSelected();
  51.      else
  52.         return;
  53.    }
  54.    else
  55.    {
  56.      if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
  57.         window.parent.frames['content_frame'].moveSelected();
  58.      else
  59.         return;
  60.    }
  61. }
  62.  
  63. function deleteSelected(type)
  64. {
  65.    if (type == "report")
  66.    {
  67.      if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
  68.         window.parent.frames['content_frame'].deleteSelected();
  69.      else
  70.         return;
  71.    }
  72.    else
  73.    {
  74.      if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
  75.         window.parent.frames['content_frame'].deleteSelected();
  76.      else
  77.         return;
  78.    }
  79. }
  80.  
  81. function refresh()
  82. {
  83.     //refresh url
  84.     url = "%17";
  85.     window.parent.location = url;
  86. }
  87.  
  88. </script>
  89. <body leftmargin="0" topmargin="0">
  90.  
  91. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  92.  
  93. <SCRIPT SRC="%15js/helps.js"></SCRIPT>
  94. <SCRIPT SRC="%16js/tips.js"></SCRIPT>
  95.  
  96. <table width=100% border=0 cellspacing=0 cellpadding=0>
  97. <tr>
  98.   <td>
  99.     <table border=0 cellspacing=0 cellpadding=0>
  100.       <td class="clsTabSpacer"> </td>
  101.       <td class="%1" align=middle nowrap><div class="%2"><a target="_parent" %10> Properties </a></div></td>
  102.       <td class="clsTabSpacer"> </td>
  103.       <td class="%3" align=middle nowrap> <div class="%4"> <a target="_parent" %11> Reports </a> </div> </td>
  104.       <td class="clsTabSpacer"> </td>
  105.       <td class="%5" align=middle nowrap> <div class="%6"> <a target="_parent" %12> Subfolders </a> </div> </td>
  106.  
  107.       <td class="clsTabSpacer"> </td>
  108.       <td class="%18" align=middle nowrap> <div class="%18"> <a target="_parent" %19> Limits </a> </div> </td>
  109.  
  110.       <td class="clsTabSpacer"> </td>
  111.       <td class="%7" align=middle nowrap> <div class="%8"> <a target="_parent" %13> Rights </a> </div> </td>
  112.       </table>
  113.   </td>
  114.   <td> </td>
  115. </tr>
  116. <tr class="clsTabBar">
  117.    <td align="right" colspan="2" nowrap>
  118.      %9 
  119.    </td>
  120. </tr>
  121. </table>
  122. </body>
  123. </html>
  124.